Click or drag to resize

ServiceGetMessageTrackingReport Method (MessageTrackingScope, MessageTrackingReportTemplate, String, Mailbox)

Gets tracking information about the specified messages.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetMessageTrackingReportResponse GetMessageTrackingReport(
	MessageTrackingScope scope,
	MessageTrackingReportTemplate template,
	string messageTrackingReportId,
	Mailbox recipientFilter
)

Parameters

scope
Type: Independentsoft.ExchangeMessageTrackingScope
The scope.
template
Type: Independentsoft.ExchangeMessageTrackingReportTemplate
The template.
messageTrackingReportId
Type: SystemString
The message tracking report identifier.
recipientFilter
Type: Independentsoft.ExchangeMailbox
The recipient filter.

Return Value

Type: GetMessageTrackingReportResponse
GetMessageTrackingReportResponse.
See Also